Video

object Video

Single access point to static Java methods and fields from Kotlin.

Functions

connect
Link copied to clipboard
fun connect(context: Context, token: String, roomListener: Room.Listener, connectOptionsBuilder: ConnectOptionsBuilder? = null): Room
Connect to a Room with specified options.

Properties

audioDevice
Link copied to clipboard
var audioDevice: AudioDevice
A property to configure the AudioDevice used by the SDK.
coreLoglevel
Link copied to clipboard
var coreLoglevel: LogLevel
A property to configure the LogModule.CORE log level in the SDK.
logLevel
Link copied to clipboard
var logLevel: LogLevel
A property to configure the LogLevel for messages logged by the Video SDK.
platformLoglevel
Link copied to clipboard
var platformLoglevel: LogLevel
A property to configure the LogModule.PLATFORM log level in the SDK.
signalingLoglevel
Link copied to clipboard
var signalingLoglevel: LogLevel
A property to configure the LogModule.SIGNALING log level in the SDK.
version
Link copied to clipboard
val version: String
Returns the version of the Video SDK.
webRtcLoglevel
Link copied to clipboard
var webRtcLoglevel: LogLevel
A property to configure the LogModule.WEBRTC log level in the SDK.